tools/firmware/Makefile: CONFIG_PV_SHIM: enable only on x86_64
authorIan Jackson <iwj@amdahl.debian.org>
Fri, 12 Oct 2018 17:56:04 +0000 (17:56 +0000)
committerIan Jackson <ian.jackson@citrix.com>
Mon, 15 Oct 2018 11:01:24 +0000 (12:01 +0100)
commita516bddbd3e040a03eb18d12578162670053201e
treee9c6260151c33aae298c54fef6b573a4eed23106
parentea484a354dd0d4a24fedf9d927b99d0c8d198ae0
tools/firmware/Makefile: CONFIG_PV_SHIM: enable only on x86_64

Previously this was *dis*abled for x86_*32*.  But if someone should
run some of this Makefile on ARM, say, it ought not to be built
either.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
tools/firmware/Makefile